Index: misc.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drigg/stock_themes/drigg_theme/css/Attic/misc.css,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 misc.css
--- misc.css	18 Apr 2008 18:43:17 -0000	1.1.2.1
+++ misc.css	26 Jul 2008 18:30:22 -0000
@@ -1,4 +1,4 @@
-/* Comments */
+﻿/* Comments */
 #comments { clear: both; }
 .comment {
   margin-top: 10px;
@@ -10,19 +10,20 @@
 }
 .comment h3 a { color: #005a8e; }
 .comment div.picture {
-  float: left;
-  margin-right: 2px;
-  height: 15px;
-  width: 15px;
+  position: absolute;
+  left: -40px;
+  height: 30px;
+  width: 30px;
   overflow: hidden;
+  margin-top: 1px;
   padding: 1px;
   border: 1px solid #ccc;
 }
 .comment div.picture a,
 .comment div.picture img {
   display: block;
-  height: 15px;
-  width: 15px;
+  height: 30px;
+  width: 30px;
   background-color: #f3f9fc;
 }
 .comment div.picture:hover { border-color: #999; }

